EMR data fetch for prior authorization
Extending the asset
EMR data fetch for Prior Authorization is a Mule example application and is available in Mulesoft Public Exchange.
This application has three dependencies which is built as mule-plugin and are called as reusable library. These are added as dependencies to mule application.
If the functionality implemented needs to be extended, then the mule application and itβs dependency has to be downloaded from public exchange and uploaded in Anypoint Studio . After extensions , build ,and deploy the jar of mule application.
Login to Anypoint with your credentials
Install Mule Library:
- Download below library assets
- Open each library in Anypoint Studio
- Import the downloaded jar file in Anypoint Studio
- Open pom.xml
- Replace
${ASSETGROUPID} with any value. Ex: abc
- Make sure classifier value in pom like below
<configuration>
<classifier>mule-plugin</classifier>
</configuration>
f. Open terminal with root folder and run below command
mvn clean package install -DskipTests
g. Follow above steps for each library in order as in step 1.
- If all above steps goes well. Then three libraries must has been placed in local .m2/repository folder.
Import Example Mule application in Anypoint studio
- Now, download the application
- Open Anypoint studio and import the jar
- Extend, build and run the code.
- Deploy the extended application